home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / lan / wlogin.zip / STARTWIN.BAT < prev    next >
DOS Batch File  |  1995-09-14  |  507b  |  16 lines

  1. @echo off
  2. rem                           DinoSoft Inc.
  3. rem                            WLOGIN v2.0
  4. rem Use this batch file to make WLOGIN perform correctly. You may have to
  5. rem modify it to fit your environment. This file can be called using the
  6. rem MS-DOS command CALL inside another batch file.
  7. rem ----------------------------------------------------------------------
  8. echo rem >%temp%\WLOGINVR.BAT
  9. cd \windows
  10. REM Change the /s parameter as you see fit.
  11. win
  12. cd \
  13. call %temp%\WLOGINVR.BAT
  14.  
  15.  
  16.